docs: add dedicated installation by binary released#395
docs: add dedicated installation by binary released#395dancer1325 wants to merge 2 commits intokubernetes-sigs:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dancer1325 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @dancer1325! |
|
Hi @dancer1325. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
| @@ -0,0 +1,4 @@ | |||
| ### Installing downloading the binary released | |||
There was a problem hiding this comment.
This is a little mixed. How about something like:
Install downloaded binary release
or
Installing a binary release
| @@ -0,0 +1,4 @@ | |||
| ### Installing downloading the binary released | |||
|
|
|||
| You can download your desired [binary released](https://github.com/kubernetes-sigs/cloud-provider-kind/releases). | |||
There was a problem hiding this comment.
| You can download your desired [binary released](https://github.com/kubernetes-sigs/cloud-provider-kind/releases). | |
| You can download your desired [binary release](https://github.com/kubernetes-sigs/cloud-provider-kind/releases). |
| ### Installing downloading the binary released | ||
|
|
||
| You can download your desired [binary released](https://github.com/kubernetes-sigs/cloud-provider-kind/releases). | ||
| Then installed it. |
There was a problem hiding this comment.
This should have a little more guidance. I think we probably want it to walk through the full process. Something like:
# Download file via something like curl -L -sS -o cloud-provider-kind.tar.gz $URL
tar xvf cloud-provider-kind.tar.gz
sudo install -m 755 cloud-provider-kind /usr/local/bin/
| - [Installation with go ](user/install/install_go.md) | ||
| - [Installation with a package manager](user/install/install_package_manager.md) | ||
| - [Running with docker](user/install/install_docker.md) | ||
| - [Installation downloading the binary released](user/install/install_downloading_binary.md) |
There was a problem hiding this comment.
| - [Installation downloading the binary released](user/install/install_downloading_binary.md) | |
| - [Installation from the binary release](user/install/install_downloading_binary.md) |
Description